DataPoint Object

               

A member of the DataPoints collection that describes the attributes of an individual data point on a chart.

Syntax

DataPoint

Remarks

The DataPoints collection is accessed through the SeriesCollection object.

Important   The DataPoints collection contains only one member at this time. To access it, you must use the –1, as shown below

MSChart1.Plot.SeriesCollection(1).DataPoints(-1) _
.Brush.FillColor.Set 0, 255, 255